home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
05
/
6
/
DISK0568.ZIP
/
123EGA.ARC
/
EGA.BAT
< prev
next >
Wrap
DOS Batch File
|
1985-10-20
|
1KB
|
21 lines
echo off
echo *------------------------------------------------------------------*
echo "%0" DRIVER INSTALLATION
echo *------------------------------------------------------------------*
echo * Be sure that you have read GETTING STARTED. *
echo * Make sure that the source drive is the "default drive" *
echo * and that "%1" is the target drive. *
echo * *
echo * If this is NOT so, then terminate this batch job now: *
echo * - Hold [Ctrl] and press "C" *
echo * - Press "Y" *
echo * Otherwise . . . *
echo *------------------------------------------------------------------*
pause
echo on
copy IBM0EGA.DRV TD.DRV
copy IBM1EGA.DRV GD.DRV
copy IBM2KB.DRV KB.DRV
copy IBM3PR.DRV PR.DRV
continue %0 %1